.container_couurier {
width: auto;
height: fit-content;
border-radius: 3px;
margin: auto;
display: block;
padding: 0 7px;
}
.courier {
    width: auto;
    margin: auto;
}

.gr_3 {
    display: grid;
	row-gap: 45px;
}

.gr_2 {
    display: grid;
	row-gap: 45px;
}

.courier_text {
  width: auto;
  margin: auto;
  padding: 0 7px;
}
.courier_box {
  margin: auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.courier_logo_box {
    width: fit-content;
	height: fit-content;
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.43);
	border-radius: 12px;
	background: hsl(0, 0%, 98%);
	display: flex;
	align-items: center;
	padding: 10px;
    margin: 10px auto;
}
.center_cr {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.circle_cr {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  border: 2px solid;
}
.text_cr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  animation: rotate 20s linear infinite;
  fill: #fff;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.svg_dpd {
  width: 120px;
  height: auto;
  margin: auto;
}
.svg_dhl {
  width: 150px;
  height: auto;
  margin: auto;
}
.svg_inpost {
  width: 120px;
  height: auto;
  margin: auto;
}
.svg_novaposhta {
  width: 200px;
  height: auto;
  margin: auto;
}
.svg_orlen {
  width: 65px;
  height: auto;
  margin: auto;
}
.svg_pocztapl {
  width: 160px;
  height: auto;
  margin: auto;
}




@media only screen and (min-device-width: 1200px) {
.container_couurier {
  margin: auto;
}

.gr_3 {
    display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 45px;
}

.gr_2 {
    display: grid;
	grid-template-columns: auto auto;
	column-gap: 45px;
}

.courier {
    width: 1200px;
    margin: auto;
}


.courier_text {
  margin: auto;
}
.courier_box {
  margin: auto;
  width: 800px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.courier_logo_box {
    width: fit-content;
	height: fit-content;
	box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.43);
	border-radius: 12px;
	background: hsl(0, 0%, 98%);
	display: flex;
	align-items: center;
	padding: 10px;
	margin: auto;
}
.center_cr {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.circle_cr {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  border: 2px solid;
}
.text_cr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  animation: rotate 20s linear infinite;
  fill: #fff;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.svg_dpd {
  width: 120px;
  height: auto;
  margin: auto;
}
.svg_dhl {
  width: 150px;
  height: auto;
  margin: auto;
}
.svg_inpost {
  width: 120px;
  height: auto;
  margin: auto;
}
.svg_novaposhta {
  width: 200px;
  height: auto;
  margin: auto;
}
.svg_orlen {
  width: 65px;
  height: auto;
  margin: auto;
}
.svg_pocztapl {
  width: 160px;
  height: auto;
  margin: auto;
}

}
